Don't auto-disable extensions in system directories
authorMike Hommey <mh@glandium.org>
Fri, 17 Feb 2012 16:47:15 +0000 (17:47 +0100)
committerMike Hommey <glandium@debian.org>
Wed, 19 Aug 2026 00:51:19 +0000 (09:51 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Don-t-auto-disable-extensions-in-system-directories.patch

browser/app/profile/firefox.js

index c5c2872eca5d3395c6968edc4aea8928f85361a8..1d3bfb289471796ec44447605a0545542c754dcf 100644 (file)
@@ -58,7 +58,7 @@ pref("extensions.systemAddon.update.enabled", true);
 
 // Disable add-ons that are not installed by the user in all scopes by default.
 // See the SCOPE constants in AddonManager.sys.mjs for values to use here.
-pref("extensions.autoDisableScopes", 15);
+pref("extensions.autoDisableScopes", 3);
 // Scopes to scan for changes at startup.
 pref("extensions.startupScanScopes", 0);